FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: StructureDefinition/kommunikasjonspart-Organization

Packagehl7.fhir.no.basis
Resource TypeStructureDefinition
Idkommunikasjonspart-Organization
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=hl7.fhir.no.basis@2.2.2&canonical=http://hl7.no/fhir/StructureDefinition/kommunikasjonspart-Organization
URLhttp://hl7.no/fhir/StructureDefinition/kommunikasjonspart-Organization
Version0.2
Statusdraft
Date2019-05-15
NameKommunikasjonspartOrganization
Titlekommunikasjonspart-Organization
Realmno
Authorityhl7
DescriptionUse case specific profile for Norwegian services defined in the Norwegian address register, kommunikasjonspart-Organization. Defined by The Norwegian Directorate of eHealth and HL7 Norway. The profile adds Norwegian specific identification of Healthcare services as defined in the Norwegian adress register. The use-case profile is specific for the use case of identifying relevant services defined in the address register for electronic communication.
TypeOrganization
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
no-basis-Endpointno-basis-Endpoint
no-basis-Organizationno-basis-Organization
tba-organizationcoverageTbaOrganizationcoverage
ValueSet
no-basis-service-typeno-basis-service-type.valueset

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "kommunikasjonspart-Organization",
  "url": "http://hl7.no/fhir/StructureDefinition/kommunikasjonspart-Organization",
  "version": "0.2",
  "name": "KommunikasjonspartOrganization",
  "title": "kommunikasjonspart-Organization",
  "status": "draft",
  "date": "2019-05-15",
  "description": "Use case specific profile for Norwegian services defined in the Norwegian address register, kommunikasjonspart-Organization. Defined by The Norwegian Directorate of eHealth and HL7 Norway. The profile adds Norwegian specific identification of Healthcare services as defined in the Norwegian adress register. The use-case profile is specific for the use case of identifying relevant services defined in the address register for electronic communication.",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Organization",
  "baseDefinition": "http://hl7.no/fhir/StructureDefinition/no-basis-Organization",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Organization",
        "path": "Organization",
        "definition": "The details of a kommunikasjonspart (communication party) defined in the Norwegian Address Registry for Health care. \r\n\r\nOther kinds of healthcare services not registered in Adresseregisteret (clinical services) shold not use this profile. The standard HL7 Resource or the no-basis-HealthcareService can be used.",
        "comment": "Definition of \"kommunikasjonspart\" from the Standard HIS 1153-1:2016 (Norwegian text only):\r\nLogisk avgrenset del av en virksomhet i helse- og omsorgstjenesten, som sender og/eller mottar elektroniske meldinger.\r\nMerk 1: En kommunikasjonspart har alltid en HER-id.\r\nMerk 2: En kommunikasjonspart vil som hovedregel være knyttet til en tjenestetype.",
        "alias": [
          "kommunikasjonspart"
        ]
      },
      {
        "id": "Organization.extension",
        "path": "Organization.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "Organization.extension:organizationcoverage",
        "path": "Organization.extension",
        "sliceName": "organizationcoverage",
        "alias": [
          "dekningsområde"
        ],
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://hl7.no/fhir/StructureDefinition/tba-organizationcoverage"
            ]
          }
        ]
      },
      {
        "id": "Organization.identifier",
        "path": "Organization.identifier",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Organization.identifier.system",
        "path": "Organization.identifier.system",
        "short": "The official name of the RESH id namespace"
      },
      {
        "id": "Organization.identifier:HER",
        "path": "Organization.identifier",
        "sliceName": "HER",
        "definition": "HER id for this tba-Organization, should be identified according to the predefined HERid naming system.",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Organization.identifier:HER.system",
        "path": "Organization.identifier.system",
        "short": "The official name of the HERid namespace",
        "min": 1,
        "fixedUri": "urn:oid:2.16.578.1.12.4.1.2"
      },
      {
        "id": "Organization.identifier:HER.value",
        "path": "Organization.identifier.value",
        "short": "The actual HER-id from the Norwegian Adresseregister",
        "definition": "The actual HER-id from the Norwegian Adresseregister",
        "min": 1
      },
      {
        "id": "Organization.type",
        "path": "Organization.type",
        "alias": [
          "tjenestetype"
        ],
        "min": 1,
        "max": "1",
        "binding": {
          "strength": "required",
          "description": "Tjenestetype CodeSystems",
          "valueSet": "http://hl7.no/fhir/ValueSet/no-basis-service-type"
        }
      },
      {
        "id": "Organization.partOf",
        "path": "Organization.partOf",
        "min": 1
      },
      {
        "id": "Organization.endpoint",
        "path": "Organization.endpoint",
        "min": 1,
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.no/fhir/StructureDefinition/no-basis-Endpoint"
            ]
          }
        ]
      }
    ]
  }
}